home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / futils / futils~1 / src / text11s.zoo / text1.1 / README < prev   
Encoding:
Text File  |  1991-11-02  |  3.2 KB  |  70 lines

  1. These are the GNU text file processing utilities.  Most of these
  2. programs have significant advantages over their Unix counterparts,
  3. such as greater speed, additional options, and fewer arbitrary limits.
  4. Some of these programs used to be in the GNU file utilities.
  5.  
  6. To compile these programs:
  7.  
  8. 1.  At the top level (the directory this README is in), type
  9. `./configure'.  This shell script attempts to guess correct values for
  10. various system-dependent variables used during compilation, and
  11. creates the Makefiles.  This takes minute or so.
  12.  
  13. If you want to compile in a different directory from the one
  14. containing the source code, `cd' to that directory and run `configure'
  15. with the option `+srcdir=DIR', where DIR is the directory that
  16. contains the source code.  The object files and executables will be
  17. put in the current directory.  This option only works with versions of
  18. `make' that support the VPATH variable.  `configure' ignores any other
  19. arguments you give it.
  20.  
  21. If your system requires unusual options for compilation or linking
  22. that `configure' doesn't know about, you can give `configure' initial
  23. values for variables by setting them in the environment; in
  24. Bourne-compatible shells, you can do that on the command line like
  25. this:
  26. $ CC='gcc -traditional' LIBS=-lposix ./configure
  27.  
  28. 2.  If you want to change the directories where the programs and their
  29. documentation will be installed, or the optimization options, edit
  30. `Makefile' and change those values.  If you have an unusual system
  31. that needs special compilation options that `configure' doesn't know
  32. about, and you didn't pass them in the environment when running
  33. `configure', you should add them to `Makefile' now.  Alternately,
  34. teach `configure' how to figure out that it is being run on a system
  35. where they are needed, and mail the diffs to the address listed at the
  36. end of this file so we can include them in the next release.
  37.  
  38. 3.  In the top-level directory, type `make'.  You don't need to
  39. otherwise touch the Makefiles in the subdirectories or use them
  40. directly.
  41.  
  42. 4.  If the programs compile successfully, type `make install' to
  43. install them and their documentation.
  44.  
  45. 5.  After you have installed the programs and documentation, you can
  46. remove the binaries from the source directories by typing `make
  47. clean'.  Type `make distclean' if you also want to remove the
  48. Makefiles that `configure' created, for instance if you are going to
  49. recompile the utilities next on another type of machine.
  50.  
  51.  
  52. Other things to note:
  53.  
  54. The textutils are intended to be POSIX compliant (with BSD and other
  55. extensions), like the rest of the GNU system.  They are not all quite
  56. there yet; however, the POSIX shell and utilities standard (1003.2)
  57. has not been finalized, either.  They presently don't support
  58. internationalization features.
  59.  
  60. The comprehensive Texinfo documentation for these programs is not
  61. finished yet, and needs to be rewritten.  In the interim, the skeletal
  62. man pages provided with this distribution will have to serve.
  63.  
  64. Although these programs have no `-V' or `+version' option, you can
  65. check which version you have by using `grep' or `strings -' on the
  66. binaries, e.g., `grep textutils /usr/local/bin/fold'.
  67.  
  68. Mail suggestions and bug reports for these programs to
  69. bug-gnu-utils@prep.ai.mit.edu.
  70.